Overview
This section describes the available REST endpoints for retrieving information about land registry objects (tinglysningsobjekter).
The service provides three main functionalities: retrieving object information by UUID or alias, finding objects that have changed within a date range, and finding the latest change date for a specific object.
Endpoints
TinglysningsobjektByUuid
Endpoint URL: tinglysningsobjekter/uuid/{uuid}
Method |
GET |
Description |
Retrieve land registry object information using its UUID. |
Input |
Path parameter:
|
Output |
JSON response containing land registry object information. |
Error handling |
Standard HTTP error codes for invalid input or lack of access |
Interaction pattern |
Query response |
Example request:
GET /tinglysningsobjekter/uuid/15963017-fb2b-417d-83d2-61442cde300f HTTP/1.1
host: nc-dev-xml-api.tinglysning.dk
accept: */*
TinglysningsobjektByAlias
Endpoint URL: tinglysningsobjekter/alias/{alias}
Method |
GET |
Description |
Retrieve land registry object information using its alias (date-sequence number format). |
Input |
Path parameter:
|
Output |
JSON response containing land registry object information. |
Error handling |
Standard HTTP error codes for invalid input or lack of access |
Interaction pattern |
Query response |
Example request:
GET /tinglysningsobjekter/alias/20221209-1000046002 HTTP/1.1
host: nc-dev-xml-api.tinglysning.dk
accept: */*
AendredeTinglysningsobjekter
Endpoint URL: tinglysningsobjekter/aendringer
Method |
POST |
Description |
Find land registry objects that have been modified within a specified date range. Uses POST method with JSON request body. |
Input |
JSON request body containing search criteria (registry book, date range, pagination). |
Output |
JSON response containing a list of modified objects with their modification dates. |
Error handling |
|
Interaction pattern |
Query response |
Example request:
POST /tinglysningsobjekter/aendringer HTTP/1.1
host: nc-dev-xml-api.tinglysning.dk
accept: */*
Content-Type: application/x-www-form-urlencoded
SenesteAendring
Endpoint URL: tinglysningsobjekter/senesteaendring
Method |
POST |
Description |
Find the latest modification date for a specific land registry object. Uses POST method with JSON request body. |
Input |
JSON request body containing object identifier. |
Output |
JSON response containing the latest modification date. |
Error handling |
|
Interaction pattern |
Query response |
Example request:
POST /tinglysningsobjekter/senesteaendring HTTP/1.1
host: nc-dev-xml-api.tinglysning.dk
accept: */*
Content-Type: application/x-www-form-urlencoded